home *** CD-ROM | disk | FTP | other *** search
- Date: Thu, 10 Feb 94 18:10:02 -0500
- Message-Id: <9402102310.AA16695@acae127>
- From: bammi@cadence.com (jwahar r. bammi)
- X-Organization: Cadence Design Systems
- To: schwab@issan.informatik.uni-dortmund.de, mint@atari.archive.umich.edu
- In-Reply-To: Andreas Schwab's message of Thu, 10 Feb 94 13:20:35 +0100 <9402101220.AA29893@issan.informatik.uni-dortmund.de>
- Subject: RE: mintlibs42 and gcc...
-
- > This can be fixed by disabling the XFmode stuff, by changing the line
- >
- > #define LONG_DOUBLE_TYPE_SIZE 96
- >
- > into
- >
- > #define LONG_DOUBLE_TYPE_SIZE 64
- >
- > (should be anywhere at the beginning of libgcc2.c; i don't have the
- > source at hand, it may be a bit different). Apparently, bammi has
- > disabled long double support in the atari port of gcc, presumably
- > because we don't have emulation code for XFmode yet (it will only work
- > with a fpu).
-
-
- that is exactly correct. the gcc diffs (and bin) i distribute are
- configured in the most generic form i can think of (m68000 code, no
- assumption about 68881).
-
- i quickly checked libgcc2.c and indeed it has
-
- /* Don't try using XFmode. */
- #define LONG_DOUBLE_TYPE_SIZE 64
-
-
- cheers,
- --
- bang: uunet!cadence!bammi jwahar r. bammi
- domain: bammi@cadence.com
- GEnie: J.Bammi
- CIS: 71515,155
-